Welcome![Sign In][Sign Up]
Location:
Search - qt socket

Search list

[Internet-Networkthesocket

Description: 关于linux下基于QT界面socket编程的简单实例 -based on the QT socket programming interface simple example
Platform: | Size: 3674 | Author: 郭建川 | Hits:

[Internet-NetworkTCPComm

Description: 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross- linux, windows platform TCP/IP communication procedures
Platform: | Size: 351232 | Author: ly | Hits:

[Internet-Networkqt_thread

Description: 给想用QT进行网络编程的朋友们收集到的一些资料,有兴趣的来看看哦!-To want to use QT network programming friends collected some information, interested看哦of view!
Platform: | Size: 21504 | Author: 黄黎明 | Hits:

[Internet-NetworkGobang

Description: 一个Linux下的五子棋对战游戏,可以给学习Linux下Socket编程的初学者参考。分为客户端和服务器端,客户端界面用QT开发,所以也可作为初学者学习QT的参考。-Under a Linux Gobang war games under Linux can learn Socket programming reference for beginners. Divided into client and server, the client interface developed by QT, so it can be used as a reference for beginners to learn QT.
Platform: | Size: 44032 | Author: 张晨 | Hits:

[Internet-Networkqchat-0.3

Description: 用qt4 编写的局域网聊天工具,学习qt变成的好的东西-QT4 prepared to use LAN chat tools, learn the good things into qt
Platform: | Size: 584704 | Author: xjj | Hits:

[Linux-UnixchatApp

Description: linux下的socket通信和c++,但linux必须安装有qt-socket communication under linux and c++, but must be installed on linux there is qt
Platform: | Size: 595968 | Author: wuhuailin | Hits:

[Linux-Unixqq_chat

Description: linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面-linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt interface
Platform: | Size: 15360 | Author: 彭宗山 | Hits:

[Communicationmychat

Description: Qt4下开发的基于套接字的c/s结构的聊天程序-Developed based on Qt4 socket c/s chat program structure
Platform: | Size: 8192 | Author: whdy | Hits:

[Internet-Networkchat_source

Description: 用QT4库写的 基于C/S结构. 其实在linux用套接字写网络部分更方便不过,但最近在学习QT/network部分,所以练手写的一个.-Written using QT4 libraries based on C/S structure. In fact, part of the linux network using a socket to write more convenient, however, but a recent study QT/network part, so as a practicing handwriting.
Platform: | Size: 8192 | Author: 袁和平 | Hits:

[Othermysocket

Description: 用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
Platform: | Size: 453632 | Author: 看看 | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:

[Streaming Mpeg4socket

Description: 一个简单的通信工具,没事闲着就写的,希望对大家有帮助-A simple communication tool, nothing idle to write, we want to help
Platform: | Size: 174080 | Author: jige | Hits:

[Linux-Unixqtserver

Description: qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
Platform: | Size: 110592 | Author: yangming | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Internet-NetworkLinux_socket

Description: linux socket编程错误分析总结-linux socket programming error analysis summary
Platform: | Size: 116736 | Author: lincong | Hits:

[TCP/IP stackSocketTest

Description: Connecting to a TCP socket in QT
Platform: | Size: 3072 | Author: George | Hits:

[TCP/IP stacktcpclient1

Description: socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
Platform: | Size: 3072 | Author: zxj | Hits:

[Internet-Networkchatroom

Description: SOCKET简单应用,实现简单聊天室的功能-SOCKET simple applications, chat rooms features simple
Platform: | Size: 35840 | Author: 沐尘 | Hits:

[Internet-Networkudp

Description: qt下socket编程,udp协议.这是客户端的源码,基于UDP协议的,服务器端与它相似-qt,socket ,udp internet test based on QT creator 4.8.0
Platform: | Size: 20480 | Author: 付静 | Hits:

[Internet-Networkqt-socket

Description: 用于Linux操作系统,在QT环境下开发的基于Socket的聊天室,包括server和client两部分-For Linux operating system, developed in a QT environment Socket-based chat rooms, including two parts of the server and client
Platform: | Size: 1239040 | Author: nan | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net